data type - определение. Что такое data type
Diclib.com
Словарь онлайн

Что (кто) такое data type - определение

CLASSIFICATION OF DATA IN COMPUTER SCIENCE
Type (computer science); Datatypes; Data types; Datatype; Data typing; Final type; Type (Computer science); Type (computer programming); Size (computer programming); Base data type; Native data type; Data type (JavaScript)
  • Python]] 3

data type         
Data type         
In computer science and computer programming, a data type (or simply type) is a set of possible values and a set of allowed operations on it. A data type tells the compiler or interpreter how the programmer intends to use the data.
Statistical data type         
CLASSIFICATION OF GROUPS OF INDIVIDUAL DATA POINTS
In statistics, groups of individual data points may be classified as belonging to any of various statistical data types, e.g.

Википедия

Data type

In computer science and computer programming, a data type (or simply type) is a collection or grouping of data values, usually specified by a set of possible values, a set of allowed operations on these values, and/or a representation of these values as machine types. A data type specification in a program constrains the possible values that an expression, such as a variable or a function call, might take. On literal data, it tells the compiler or interpreter how the programmer intends to use the data. Most programming languages support basic data types of integer numbers (of varying sizes), floating-point numbers (which approximate real numbers), characters and Booleans.

Примеры произношения для data type
1. one data type, audio.
Nexus _ Ramez Naam _ Talks at Google
2. every spectra, every data type.
David Grinspoon _ Talks at Google
3. whether it can collapse down to a smaller data type.
Dyalog Modern Programming Language _ Morten Kromberg _ Talks at Google
4. There's only one data type in APL, the immutable array.
Dyalog Modern Programming Language _ Morten Kromberg _ Talks at Google
5. using the 1 byte integer data type, because the range is six.
Dyalog Modern Programming Language _ Morten Kromberg _ Talks at Google